From: Vladimir Petko Date: Thu, 2 Apr 2026 13:12:48 +0000 (+0000) Subject: [PATCH] 8381555: test/hotspot/jtreg/gc/arguments/TestG1CompressedOops.java fails... X-Git-Tag: archive/raspbian/21.0.12.1+1-1_deb13u1+rpi1^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ef72555c87bdc7be8e8235b8431a11ac57c833ab;p=openjdk-21.git [PATCH] 8381555: test/hotspot/jtreg/gc/arguments/TestG1CompressedOops.java fails on 32 bit architectures From 81b6fcc3e9e6a5a53a7a53d8371d86a2f48f3d90 Mon Sep 17 00:00:00 2001 Origin: https://github.com/openjdk/jdk/commit/81b6fcc3e9e6a5a53a7a53d8371d86a2f48f3d90 Bug: https://bugs.openjdk.org/browse/JDK-8381555 Reviewed-by: jsikstro Gbp-Pq: Name jdk-8381555.diff --- diff --git a/test/hotspot/jtreg/gc/arguments/TestG1CompressedOops.java b/test/hotspot/jtreg/gc/arguments/TestG1CompressedOops.java index 5a705ffe8..5e01e3734 100644 --- a/test/hotspot/jtreg/gc/arguments/TestG1CompressedOops.java +++ b/test/hotspot/jtreg/gc/arguments/TestG1CompressedOops.java @@ -27,6 +27,7 @@ package gc.arguments; /* * @test TestG1CompressedOops * @bug 8354145 + * @requires vm.bits == 64 * @requires vm.flagless * @summary Verify that the flag UseCompressedOops is updated properly * @library /test/lib